home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / colorfx / falsecolor < prev    next >
Text File  |  1999-06-15  |  953b  |  53 lines

  1. Filter Factory Plugin Information:
  2.  
  3. FILENAME: FALSEC3.8BF
  4.  
  5. CATEGORY: 
  6. Ecosse
  7.  
  8. TITLE:    
  9. False Colour 3
  10.  
  11. COPYRIGHT:
  12. If you find this filter useful please e-mail me:
  13. alexb@cqm.co.uk                                    
  14.  
  15. AUTHOR:   
  16. Sandy Blair                       
  17.  
  18. Map 0: [Map 0:]
  19. Map 1: [Map 1:]
  20. Map 2: [Map 2:]
  21. Map 3: [Map 3:]
  22.  
  23. Control 0: [red one third]
  24. Control 1: [green one third]
  25. Control 2: [blue one third]
  26. Control 3: [Control 3:]
  27. Control 4: [red two thirds]
  28. Control 5: [green two thirds]
  29. Control 6: [blue two thirds]
  30. Control 7: [Control 7:]
  31.  
  32. R=
  33. i<85 ? scl(i,0,85,0,ctl(0+z)) :
  34. i>84 && i<171 ? scl(i,85,170,ctl(0+z),ctl(4+z)) :
  35. scl(i,171,255,ctl(4+z),255)
  36.  
  37.  
  38. G=
  39. i<85 ? scl(i,0,85,0,ctl(0+z)) :
  40. i>84 && i<171 ? scl(i,85,170,ctl(0+z),ctl(4+z)) :
  41. scl(i,171,255,ctl(4+z),255)
  42.  
  43.  
  44. B=
  45. i<85 ? scl(i,0,85,0,ctl(0+z)) :
  46. i>84 && i<171 ? scl(i,85,170,ctl(0+z),ctl(4+z)) :
  47. scl(i,171,255,ctl(4+z),255)
  48.  
  49.  
  50. A=
  51. a
  52.  
  53.